home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / FGWindow.h < prev    next >
Encoding:
Text File  |  1992-12-19  |  469 b   |  22 lines

  1. #import "BGWindow.h"
  2.  
  3.  
  4. @interface FGWindow: BGWindow
  5. { id anImage ;
  6.   BOOL highlighted ;
  7. }
  8.  
  9. - erase: (NXRect *) aRect ;
  10. - erase ;
  11. - composite: (int) op fromRect: (const NXRect *) aRect
  12.     toPoint: (const NXPoint *) aPnt  ;
  13. - composite: (int) op toPoint: (const NXPoint *) aPnt ;
  14. - composite: (int) op ;
  15. - frame: (NXRect *) aFrame ;
  16. - image ;
  17. - (BOOL) lockFocus ;
  18. - setHighlighted: (BOOL) YESorNO ;
  19. - sizeWindow:(NXCoord)width :(NXCoord)height ;
  20. - unlockFocus ;
  21.  
  22. @end ;